home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / addtrcol.arc / ADDCOL.DOC < prev    next >
Encoding:
Text File  |  1985-06-12  |  635 b   |  18 lines

  1. ADDCOL, version 1.0.
  2. Joins two files horizontally.
  3. Written by Walter Kennamer, 74025,514, 5/25/85.
  4.  
  5. USAGE: ADDCOL input1 input2 output
  6. For example,
  7.  
  8. ADDCOL a.txt b.txt c.txt
  9.  
  10. instructs the program to join files 'a.txt' and 'b.txt' together, forming a
  11. new file 'c.txt'.  The join is done horizontally, so that the first line in
  12. file c.txt is  made up of the first lines from a.txt and b.txt.
  13.  
  14. Lines cannot be longer than 1000 characters. The output file will contain the
  15. same number of lines as the 'input1' file.  If 'input2' is longer than
  16. 'input1' the excess lines will be discarded.  Wildcards are not supported.
  17.  
  18.